home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Perspectives on Computer Concepts
/
New Perspectives on Computer Concepts.iso
/
np2010c
/
t1140.swf
/
scripts
/
frame_9
/
DoAction.as
Wrap
Text File
|
2006-02-28
|
141b
|
9 lines
stopAllSounds();
voiceover.attachSound("01");
voiceover.start();
voiceover.onSoundComplete = function()
{
nextFrame();
};
stop();